home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LANDS.cpt / Lock and Scroll / card_2752.txt < prev    next >
Text File  |  1988-01-26  |  2KB  |  76 lines

  1. -- card: 2752 from stack: in
  2. -- bmap block id: 2965
  3. -- flags: 0000
  4. -- background id: 3525
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 2007
  11. -- rect: left=20 top=74 right=315 bottom=484
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 14
  17. -- style flags: 0
  18. -- line height: 18
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if the selection is empty then
  23.     set lockText of the target to false
  24.     repeat two times
  25.       click at the clickLoc
  26.     end repeat
  27.     put the selection into holder
  28.     set lockText of the target to true
  29.     visual dissolve
  30.     go card glossary
  31.     find word holder in field "word"
  32.   end if
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 2 (button)
  38. -- low flags: 00
  39. -- high flags: 2000
  40. -- rect: left=462 top=51 right=69 bottom=485
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 6720 / 6720
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: New Button
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   visual dissolve
  52.   go first card
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part contents for card part 1
  58. ----- text -----
  59.  
  60. Click on any dwarf's name in the text field to pull it up in the glossary:
  61. ------------------------------------------------------
  62. We have had all seven dwarves under surveillance for several months now. Undoubtedly Doc is the leader, though it is possible that Dopey is the mastermind behind the entire scheme. Both Happy and Sleepy are so spaced out most of the time it is unlikely they take any responsible part in the day-to-day operation. Grumpy takes care of accounting and communicates with outside operatives. Bashful receives cash both from the Soviet Union and Cuba   --his motivations are political rather than monetary in nature. Sneezy has become very paranoid in recent weeks and in one recent incident dug an upturned bootie into Grumpy's groin.
  63. ------------------------------------------------------
  64. Note that the variant "Grumpy's" is an acceptable match. This was accomplished by hiding name variants in the word field under an empty opaque text field. Further examples of these variants follow.
  65.  
  66. QUIZ: (click on the asterisked word to see the answer)
  67.  
  68. 1. Dwarf that suffers nosebleeds*
  69. 2. Dwarf who claims medical degree*
  70. 3. Dwarf that can't stop laughing*
  71. 4. Dwarf who is often unconscious*
  72. 5. Dwarf who is a pinko*
  73.  
  74. Hope you can make use of the technique, and our apologies to Walt Disney.
  75.  
  76.